resetSession
fun resetSession(address: JsonAddress, timestamp: Long = Clock.System.now().toEpochMilliseconds()): SendResponse
Content copied to clipboard
Resets a secure session with a particular user identified by the given address.
Parameters
address
The user to reset session with
timestamp
The timestamp to use when resetting session. Defaults to now.
Throws
if signald sends an error response or the incoming message is invalid
if the request to the socket fails